@font-face {
  font-family: 'Akrobat';
  src: url("../fonts/Akrobat-Black.1d38b2db4f60.woff2") format("woff2"), url("../fonts/Akrobat-Black.90f942b9c285.woff") format("woff");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'Akrobat';
  src: url("../fonts/Akrobat-Bold.746f321e2104.woff2") format("woff2"), url("../fonts/Akrobat-Bold.8cfa00c8cd99.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Akrobat';
  src: url("../fonts/Akrobat-ExtraBold.d6026f336baa.woff2") format("woff2"), url("../fonts/Akrobat-ExtraBold.66193f1da64f.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Akrobat';
  src: url("../fonts/Akrobat-ExtraLight.ab920c21b1dd.woff2") format("woff2"), url("../fonts/Akrobat-ExtraLight.60797eacc679.woff") format("woff");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Akrobat';
  src: url("../fonts/Akrobat-Light.de9184ab9bf2.woff2") format("woff2"), url("../fonts/Akrobat-Light.dceb5687581d.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Akrobat';
  src: url("../fonts/Akrobat-Regular.226c8c03b70f.woff2") format("woff2"), url("../fonts/Akrobat-Regular.fd49128dccd7.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Akrobat';
  src: url("../fonts/Akrobat-SemiBold.406910470db4.woff2") format("woff2"), url("../fonts/Akrobat-SemiBold.0ae3297f2235.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Akrobat';
  src: url("../fonts/Akrobat-Thin.6e2c7d159db6.woff2") format("woff2"), url("../fonts/Akrobat-Thin.bfefd19fbb63.woff") format("woff");
  font-weight: 200;
  font-style: normal; }
html {
  scroll-behavior: smooth; }

html, body {
  scroll-padding-top: 64px; }

body {
  padding-top: 128px;
  font-family: 'Akrobat',sans-serif;
  font-size: 16px;
  font-weight: 400; }
  @media (max-width: 768px) {
    body {
      padding-top: 56px; } }
  body.no-scroll {
    overflow: hidden; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  max-width: 100%; }

a:hover {
  color: #325791; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 128px;
  background-color: #ffffff;
  z-index: 999; }
  header.header--slick {
    height: auto; }
  header .container {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 768px) {
      header .container {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem; } }
  @media (max-width: 768px) {
    header {
      height: auto; } }

.brand img {
  width: 100%;
  transition: all 0.3s ease-in-out;
  max-height: 80px; }
  @media (max-width: 768px) {
    .brand img {
      width: auto !important;
      height: 40px; } }

.header--slick {
  box-shadow: 0 3px 4px 1px rgba(34, 34, 34, 0.1); }
  .header--slick .brand img {
    width: 100px; }
  .header--slick .container {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .header--slick .lng__list {
    top: 0.25rem; }

.lng__list {
  position: absolute;
  top: 1.5rem;
  right: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out; }
  .lng__list .lng__item {
    display: inline-block;
    margin-left: 2rem; }
  .lng__list .lang__link,
  .lng__list .lng__link {
    padding: 0;
    color: #707070;
    border-width: 0;
    background-color: transparent;
    text-transform: uppercase; }

.nav {
  justify-content: space-between;
  align-items: center; }

.nav__list {
  display: flex;
  margin-top: 0.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase; }

.nav__item {
  margin-left: 2rem; }

.nav__link {
  color: #222222; }

.mob-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background-color: #e6e6e6; }
  .mob-toggle:before, .mob-toggle:after, .mob-toggle span {
    content: '';
    display: block;
    height: 4px;
    margin-bottom: 5px;
    background-color: #325791; }
  .mob-toggle:before {
    width: 65%; }
  .mob-toggle span {
    width: 85%; }
  .mob-toggle:after {
    margin-bottom: 0; }
  @media (max-width: 768px) {
    .mob-toggle {
      display: block; } }

.mob-active {
  position: relative;
  background-color: #ffffff; }
  .mob-active:before, .mob-active:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px; }
  .mob-active:before {
    transform-origin: center center;
    transform: translate(-50%, -50%) rotate(45deg); }
  .mob-active:after {
    transform: translate(-50%, -50%) rotate(-45deg);
    transform-origin: center center; }
  .mob-active span {
    display: none; }

@media (max-width: 768px) {
  .mob-wrapper {
    display: none;
    box-shadow: inset 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #ffffff;
    z-index: 9999; }
    .mob-wrapper .lng__list {
      position: relative;
      top: unset;
      right: unset;
      text-align: center; }
      .mob-wrapper .lng__list .lng__item {
        margin: 0 1rem; }
    .mob-wrapper .nav__list {
      flex-direction: column;
      align-items: center; }
      .mob-wrapper .nav__list .nav__item {
        margin: 1rem 0; }
    .mob-wrapper.active {
      display: block; } }
.hero {
  padding-top: 56px;
  padding-bottom: 56px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center; }
  .hero .hero__text {
    color: #ffffff; }
  .hero.hero--alt {
    padding-top: 0;
    padding-bottom: 0;
    color: #ffffff; }
    .hero.hero--alt .hero--alt__media {
      padding-top: 56px;
      padding-bottom: 56px;
      background-repeat: no-repeat;
      background-position: left center;
      background-size: contain; }
      @media (max-width: 768px) {
        .hero.hero--alt .hero--alt__media {
          background-image: none !important; } }

.hero__title {
  font-size: 38px;
  font-size: 2.375rem;
  text-transform: uppercase;
  font-weight: 700; }

.hero__body {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300; }
  .hero__body p {
    margin: 0;
    padding: 0; }

.hero__media {
  max-height: 286px; }

.hero-img {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .hero-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  .hero-img.hero-img--light {
    color: #ffffff; }

.hero-img__body {
  position: relative;
  z-index: 2; }
  .hero-img__body p {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 200; }
    .hero-img__body p:last-child {
      margin-bottom: 0; }

.hero-img__title {
  font-size: 28px;
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: 700; }

footer {
  background-color: #4e7bc2;
  color: #ffffff;
  text-align: center; }
  footer .container {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  footer address {
    margin: 0 0 1.5rem;
    padding: 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 200; }
    footer address strong {
      display: block;
      font-weight: 600; }
  footer a {
    color: #ffffff; }
    footer a:hover {
      color: #ffffff; }
  footer h5 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500; }

.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none; }
  .footer-nav li {
    display: inline-block;
    margin: 0 0.75rem;
    font-weight: 200; }
    .footer-nav li a {
      color: #ffffff; }

.block-title {
  margin-bottom: 2rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  font-size: 1.75rem;
  color: #325791;
  font-weight: 700; }

.text-block {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: rgba(50, 87, 145, 0.05); }
  .text-block.text-block--white {
    background-color: #ffffff; }
  .text-block .text__title {
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-size: 1.75rem;
    color: #325791;
    font-weight: 700; }
  .text-block .text__body {
    font-size: 22px;
    font-size: 1.375rem;
    color: #325791; }

.btn {
  padding: 1rem 3rem;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  border: 2px solid #325791;
  border-radius: 0;
  font-weight: 600; }
  .btn.btn--primary {
    background-color: #ffffff;
    color: #325791; }

@media (max-width: 768px) {
  .items {
    flex-wrap: wrap; } }

.item {
  width: 172px;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center; }
  .item .item__media {
    margin-bottom: 1.5rem; }
  .item .item__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2; }
  @media (max-width: 768px) {
    .item {
      margin-bottom: 1.5rem; } }

.item__media--logo {
  margin-bottom: 2rem; }

.slider .slider__item {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center; }
  .slider .slider__item .slider__media {
    margin: 0 auto 1.5rem; }
  .slider .slider__item .slider__title {
    color: #325791;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700; }
  .slider .slider__item .slider__body {
    color: #325791;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300; }
    .slider .slider__item .slider__body p:last-child {
      margin-bottom: 0; }
  .slider .slider__item:focus {
    outline: none; }

.slider.slider--light .slider__media {
  margin-bottom: 1rem; }
.slider.slider--light .slider__body {
  color: #222222;
  font-size: 16px;
  font-size: 1rem; }

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0;
  background-color: transparent;
  outline: none; }
  .slick-arrow:focus {
    outline: none; }
  .slick-arrow.slick-prev {
    left: -2rem; }
    @media (max-width: 768px) {
      .slick-arrow.slick-prev {
        left: 0; } }
  .slick-arrow.slick-next {
    right: -2rem; }
    @media (max-width: 768px) {
      .slick-arrow.slick-next {
        right: 0; } }

.hero2 {
  display: flex;
  align-items: center;
  min-height: 100vh;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  @media (max-width: 768px) {
    .hero2 {
      padding-top: calc(60px + 60px);
      min-height: 50vh;
      background-position: bottom center;
      background-size: 100%; } }

.hero2-media {
  display: none;
  min-height: 460px; }
  @media (max-width: 768px) {
    .hero2-media {
      display: block; } }

.container.w-100 {
  width: 100% !important;
  max-width: unset;
  padding: 0; }
  .container.w-100 img {
    position: relative; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

@media only screen and (max-width: 767px) {
  .mobile {
    display: none !important;
  } 
}

@media only screen and (min-width: 768px) {
  .desktop {
    display: none !important;
  }
}


/*# sourceMappingURL=main.css.map */
